CIMPLICITY REST API Web Service
CIMPLICITY REST API Web Service / CimDataItem Json Schema
In This Topic
    CimDataItem Json Schema
    In This Topic
    Description
    is an object that represents a dataitem of an object.
    Overview
    CimDataItem
    is an object that represents a dataitem of an object.
    ID : string
    is a string containing the name of the data item as defined in the class.
    IsJIT : boolean
    is a boolean indicating if the data item is Just-In-Time. The class defines how this is set.
    OPCUA_NodeID : string
    is the NodeID in the CIMPLICITY OPC UA Server that represents this data item.
    PointID : string
    is a string containing the point ID for the object corresponding to the classes data item.
    Properties
    NameDescriptionData Type
    is a string containing the name of the data item as defined in the class.string
    is a boolean indicating if the data item is Just-In-Time. The class defines how this is set.boolean
    is the NodeID in the CIMPLICITY OPC UA Server that represents this data item.string
    is a string containing the point ID for the object corresponding to the classes data item.string
    See Also